home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / jluti400.zip / GC.HLP < prev    next >
Text File  |  1990-12-01  |  2KB  |  50 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ Option:  GC  GET COMMANDLINE FROM FILE......................................│
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Syntax
  6. ═══════════════════════════════════════════════════════════════════════════════
  7. JLUTIL /GC [Parameters] [-Switches]
  8. ═══════════════════════════════════════════════════════════════════════════════
  9.  
  10. Switch Description
  11. ═══════════════════════════════════════════════════════════════════════════════
  12. No Switches available at this time.
  13. ═══════════════════════════════════════════════════════════════════════════════
  14.  
  15. Param       Description
  16. ═══════════════════════════════════════════════════════════════════════════════
  17. FileName    Name of the File, which contains the commands.
  18. ═══════════════════════════════════════════════════════════════════════════════
  19.  
  20. Explanation
  21. ═══════════════════════════════════════════════════════════════════════════════
  22. Reads each line of the InputFile and handles the line as CommandLine.
  23. So it is better to setup a InputFile like this:
  24.  
  25. 001.BEH--------------
  26.  
  27. /MC
  28. /PM ~    -C
  29. /MO
  30. /IL P    -US
  31. /IL RSXD -USL7
  32.  
  33. ---------------------
  34.  
  35. and running JLUTIL /GC 001.beh, then using a batch-file like this:
  36.  
  37. 001.BAT--------------
  38.  
  39. JLUTIL /MC
  40. JLUTIL /PM ~    -C
  41. JLUTIL /MO
  42. JLUTIL /IL P    -US
  43. JLUTIL /IL RSXD -USL7
  44.  
  45. ---------------------
  46.  
  47. and running 001.bat.
  48.  
  49. ═══════════════════════════════════════════════════════════════════════════════
  50.